.nivo-caption, .hero-static-caption {
	background-color: transparent;
	bottom: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	left: 0;
	opacity: 1;
	padding: 0;
	position: absolute;
	top: 55%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	z-index: 8;
}
/*-- Hero Video Content --*/
.hero-video-caption {
	background-color: rgba(240, 240, 240, 0.8);
	padding: 250px 0;
}
/*-- Slider Content --*/
.hero-slider-content {
}
.hero-slider-content h1 {
	color: #fff;
	font-size: 40px;
	font-weight: 600;
	margin-bottom: 10px !important;
	text-align: left !important;
	text-transform:uppercase;
	display:table;
	position:relative;
	padding: 7px 10px !important;
}
.hero-slider-content h1 span{
	background: rgba(0, 0, 0, 0.2);
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	z-index:-1; 
}

.hero-slider-content h2 {
	color: #ebb474;
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 10px !important;
	text-align: left !important;
	text-transform:uppercase;
}
.hero-slider-content p {
	color: #ffffffa3;
	font-size: 15px !important;
	font-weight: 300;
	max-width: 600px;
}
.hero-slider-content a {
	background-color: #fe0;
	color: #000!important;
	display: block;
	width:140px;
	float:left;
	font-size: 14px;
	font-weight: 600;
	padding: 12px 5px;
	text-transform: uppercase;
	text-align:center;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	clear:both;
}
.hero-slider-content a:hover {
	background-color: #000;
	color: #fff!important;
}
/*-- Nivo Direction Nav --*/
.nivo-directionNav {
}
.nivo-directionNav a {
	width: 60px;
	display: block;
}
.nivo-directionNav a span {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
	text-transform:uppercase;
	float:right;
	color:#fff;
	letter-spacing:6px;
	font-family: 'Oswald', sans-serif;
	font-weight:300;
	font-size: 10px;
    -moz-text-shadow:0px 0px 2px rgba(0, 0, 0, 0.5);
	-webkit-text-shadow:0px 0px 2px rgba(0, 0, 0, 0.5);
	text-shadow:0px 0px 2px rgba(0, 0, 0, 0.5);
}
.nivo-directionNav a:hover {
	background-color:transparent;
}
.nivo-prevNav {
	left: 0px;
}
.nivo-nextNav {
	right: 0px;
}
.nivo-nextNav span {
	float:left !important;
}
@media only screen and (min-width:320px) and (max-width:767px) {
 
.nivo-controlNav {
 display:none 
}
.nivo-directionNav {
display:none
}
.hero-slider-content h1, .hero-slider-content h2 {
font-size:13px!important;  margin-bottom:5px!important 
}
.hero-slider-content p {
font-size:9px!important;
line-height:12px; 
max-width:220px; 
}
.hero-slider-content a {
padding:3px 10px;
font-size:10px;
height:auto!important;
width:100px;
text-align:center
}
}
@media only screen and (min-width:768px) and (max-width:991px) {
 
 .hero-slider-content {
margin-left:50px;
}
.hero-slider-content h1 {
font-size:20px!important; 
}
.hero-slider-content p {
font-size:12px!important;}
 
}
 @media only screen and (min-width:992px) and (max-width:1199px) {
  
.hero-slider-content {
margin-left:30px;
}
.hero-slider-content h1 {
 font-size: 35px;
}
}
